/* CSS Document */
/*.mattblackmenu{
list-style:none;
margin:0;
padding:0;
width:640px;
position:absolute;
margin-left:249px;
margin-top:-40px;
}
.mattblackmenu ul{
margin:0px;
margin-left:0px;
padding-left:0px;
overflow: hidden;
list-style-type: none;
}
.mattblackmenu ul li{
display:inline;
margin: 0;
}
.mattblackmenu li a{
float:left;
display: block;
font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
display:inline;
padding:7px 0px;
color:#dfdfdf;
text-decoration:none;
}
.mattblackmenu li a:visited{

}
.mattblackmenu li a:hover{
font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
font-size:13px;
color:#dfdfdf;
font-weight:bold;
text-decoration:none;
}
*/

.nav{
list-style:none;
margin:0;
padding:0;
width:640px;
position:absolute;
margin-left:249px;
margin-top:-41px;
}
.nav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.nav ul{
margin: 0;
padding: 0;
font-family: "Swis721 Md BT", Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-size: 15px;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #414141;*/
overflow: hidden;
width: 100%;
}

.nav ul li{
display: inline;
margin: 0;
}

.nav ul li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding:7px 0px; padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
background-repeat:no-repeat;
color: #525252;
height:28px;
display:block;
z-index:1000;
border:0px;
outline:none;
}

.nav ul li a:visited{
color:#000000;
border:0px;
outline:none;
}

.nav ul li a:hover{
	background-position: right;
	color:#fff;
	height:28px;
	width:115px;
	border:0px;
	outline:none;
/*background: black; background of tabs for hover state */
}

.nav #aboutus{
	background-image: url(../images/nav/aboutus.jpg);
	border:none;
	width:94px;
}
.nav #aboutus:hover{
	background-image: url(../images/nav/aboutus_hover.jpg);
}

.aboutus{
background-image: url(../images/nav/aboutus_hover.jpg)!important;
}

.nav #services{
	background-image: url(../images/nav/services.jpg);
	border:none;
	width:95px;
}
.nav #services:hover{
	background-image: url(../images/nav/services_hover.jpg);
}

.services{
background-image: url(../images/nav/services_hover.jpg)!important;
}

.nav #products{
	background-image: url(../images/nav/products.jpg);
	border:none;
	width:100px;
}
.nav #products:hover{
	background-image: url(../images/nav/products_hover.jpg);
}
.products{
background-image: url(../images/nav/products_hover.jpg)!important;
}
.nav #photogallery{
	background-image: url(../images/nav/photogallery.jpg);
	border:none;
	width:139px;
}
.nav #photogallery:hover{
	background-image: url(../images/nav/photogallery_hover.jpg);
}
.nav #login{
	background-image: url(../images/nav/login.jpg);
	border:none;
	width:72px;
}
.nav #login:hover{
	background-image: url(../images/nav/login_hover.jpg);
}

.nav #logout{
	background-image: url(../images/nav/logout.jpg);
	border:none;
	width:72px;
}
.nav #logout:hover{
	background-image: url(../images/nav/logout_hover.jpg);
}
.nav #contact{
	background-image: url(../images/nav/contactus.jpg);
	border:none;
	width:115px;
}
.nav #contact:hover{
	background-image: url(../images/nav/contactus_hover.jpg);
}
.contact{
background-image: url(../images/nav/contactus_hover.jpg)!important;
}
/* sub menu style */
.dropmenudiv{
position:absolute;
top: 0;
font:bold 11px Tahoma;
z-index:2000;
width: 144px;
visibility: hidden;
/*background:url(../images/nav/submenu_bg.png) no-repeat;
background:url(../images/nav/submenu_bg.png);*/
background-repeat:no-repeat !important;
overflow:hidden !important;
padding-top:0px;
margin-top:-1px;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #949494; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
font-weight: bold;
color: black;
background:url(../images/nav/submenu_bull.jpg) no-repeat 5px;
padding-left:18px;
margin-left:10px;
margin-right:10px;
outline:0;
cursor:pointer;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#b9d038 url(../images/nav/submenu_hover_bull.jpg) no-repeat 5px;
color:#ffffff;
}

.menu_top
{
	background:url(../images/nav/submenu_bg_top.png) no-repeat;
	height:7px !important;
	width:144px !important;
	border:none;
	overflow:hidden;

}

.menu_top1
{
	background:url(../images/nav/submenu_bg_top1.png) no-repeat;
	height:7px !important;
	width:144px !important;
	border:none;
	overflow:hidden;

}

.menu_bottom
{
	background:url(../images/nav/normal_menubg_bottom.png) no-repeat;
	height:7px !important;
	width:144px !important;
	border:none;
	overflow:hidden;

}
.menu_bottom2
{
	background:url(../images/nav/normal_menubg_bottom2.png) no-repeat;
	height:7px !important;
	width:144px !important;
	border:none;
	overflow:hidden;

}
.menu_bg_color
{
	padding-top:4px;
	margin-left:0px;
	background:#c8c8c8 url(../images/nav/menu_v.jpg);
	background-repeat:repeat-x;
	width:144px;
	overflow:hidden !important;
	padding-bottom:10px;
}
