/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*        MENU STYLES         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#menu {
width:682px;
height:23px;
display:block;
z-index: 500;
background:url(../images/menu.gif);
}

#menu ul li{
list-style: none;
float: left;
padding: 0px;
margin: 0px;
}

#menu ul li a{
display: block;
height: 23px;
margin: 0px;
cursor: pointer;
text-decoration: none;
}

#menu ul {
list-style: none outside;
float:left;
padding: 0px;
margin: 0px;
}

#menu li {	
position:relative;
list-style: none outside;
}

#menu ul ul {
position:absolute;
z-index:500;
display:none;
width: 160px;
background:#12538b url(../images/li_bg.gif) repeat-y;
border: solid 1px #0c3a61;
border-top:none;
top: 100%;
left: 0px;
}

#menu ul ul li {
float: none;
margin-left: 0px;
padding-left: 0px;
cursor: pointer;
}

#menu div {
float:left;
}


#menu ul ul li:hover {
background: #7e7e7f;
}

#menu ul ul li a {
text-decoration: none;
color: #FFF;
font-size: 8pt;
font-weight: bold;
padding-top:1px;
padding-left: 10px;
line-height: 19px;
cursor: pointer;
display: block;
width:160px;
height: 21px;
}

#menu ul ul li a:hover {
color: #FFF;
}

#menu ul ul ul {
position:absolute;
top:0px;
left:100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}



.index {
	width:93px;
}

.products {
	width:124px;
}

.aboutus {
	width:126px;
}

.howto {
	width:113px;
}

.faqs {
	width:99px;
}

.contactus {
	width:127px;
}