@charset "utf-8";
/* CSS Document */

/*	CSS Styling for Home page
	Site: suvashthapaliya.com.np
	Author - suvash/at/gmail/dot/com
*/

/* Menubar Styling here */
h2.menu { margin:auto; width:560px; }
h2.menu ul{}
h2.menu li{list-style:none; float:left;}

h2.menu li.home {width:140px;}
h2.menu li.blog {width:140px;}
h2.menu li.showcase {width:140px;}
h2.menu li.contact {width:140px;}

h2.menu li.home a{background:url(../images/menu_home.gif) top no-repeat; width:106px; height:91px; display:block;}
h2.menu li.blog a{background:url(../images/menu_blog.gif) top no-repeat; width:134px; height:91px; display:block;}
h2.menu li.showcase a{background:url(../images/menu_show.gif) top no-repeat; width:136px; height:91px; display:block;}
h2.menu li.contact a{background:url(../images/menu_cont.gif) top no-repeat; width:132px; height:91px; display:block;}

h2.menu li.home a.selected{background:url(../images/menu_home.gif) center no-repeat; width:106px; height:91px; display:block;}
h2.menu li.blog a.selected{background:url(../images/menu_blog.gif) center no-repeat; width:134px; height:91px; display:block;}
h2.menu li.showcase a.selected{background:url(../images/menu_show.gif) center no-repeat; width:136px; height:91px; display:block;}
h2.menu li.contact a.selected{background:url(../images/menu_cont.gif) center no-repeat; width:132px; height:91px; display:block;}

h2.menu:hover li.home a{background:url(../images/menu_home.gif) bottom no-repeat; width:106px; height:91px; display:block;}
h2.menu:hover li.blog a{background:url(../images/menu_blog.gif) bottom no-repeat; width:134px; height:91px; display:block;}
h2.menu:hover li.showcase a{background:url(../images/menu_show.gif) bottom no-repeat; width:136px; height:91px; display:block;}
h2.menu:hover li.contact a{background:url(../images/menu_cont.gif) bottom no-repeat; width:132px; height:91px; display:block;}

h2.menu li.home a:hover{background:url(../images/menu_home.gif) center no-repeat; width:106px; height:91px; display:block;}
h2.menu li.blog a:hover{background:url(../images/menu_blog.gif) center no-repeat; width:134px; height:91px; display:block;}
h2.menu li.showcase a:hover{background:url(../images/menu_show.gif) center no-repeat; width:136px; height:91px; display:block;}
h2.menu li.contact a:hover{background:url(../images/menu_cont.gif) center no-repeat; width:132px; height:91px; display:block;}
