/*************************************************************************************************/
/*** MENU STYLES ***
/*************************************************************************************************/
 
.menu
{
	width:auto;
	height:25px;

	padding-bottom:0px;
	padding-top:0px;
	padding-left:1px;
	
	z-index:105;

	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;

	border-bottom:2px solid rgb(41,0,191);
	border-left : 2px solid white;
}
	
.menu ul
{
	padding:0; 
	margin:0;
	list-style-type: none;
}
.menu ul li
{
	float:left;
	position:relative;
	background:rgb(173,170,240);
}

.menu ul li#leftLI
{
	border: none;
}

.menu ul li a, .menu ul li a:visited
{
	display:block;
	text-decoration:none;
	color:#000;
	/*	background:#3399FF; */

	width:110px;
	height:23px;

	padding-left:10px;
	line-height: 2.6em;
	text-align: center;
	font-weight: bold;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #fff;
	border-bottom-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-left-width: 0;
	border-left-style: solid;
	border-left-color: #fff;
}

* html .menu ul li a, .menu ul li a:visited
{
	width:110px;
	w\idth:110px;
}
.menu ul li ul
{
	display: none;
}

table
{
	margin:-1px; 
	border-collapse:collapse;
	font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover
{
	color:#FFF;
	background-color: #6050B0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.menu ul li:hover ul,
.menu ul li a:hover ul
{
	display:block;
	position:absolute;
	top:2.7em;
	margin-top:0px;
	left:0;
	background-color: #6050B0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #80A0F2;
	border-bottom-color: #80A0F2;
	border-left-color: #80A0F2;
}

* html .menu ul li a:hover ul
{
	marg\in-top:0px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul
{
	visibility:hidden; 
	position:absolute; 
	height:0; 
	width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a
{
	display:block;
	color:#FFF;
	background-color: #6050B0;
	height:auto;
	line-height:1.2em;
	padding:5px 10px;
	width:150px;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

* html .menu ul li a:hover ul li a
{
	width:150px;
	w\idth:150px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop
{
	background:#6050B0;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover
{
	background:#80A0F2; 
	color:#000;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul
{
	visibility:visible; 
	position:absolute; 
	left:168px;
	top:0;
	width:150px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left
{
	left:-170px;
}

#ulMenu{
	width: 683px;
	float:left;
	clear:right;
}

div#search{
	width:166px;
	height: 22px;
	margin-top: 0px;
	margin-right:0px;
	float:right;
	background:rgb(173,170,240);
}
#searchInput
{
	height: 16px;
	font-size: 10px;
	padding-left: 10px;
	width:150px;
	margin-left:2px;
}
