﻿#menu ul {
	margin:0 auto;
	padding:0;
	white-space:nowrap;
	list-style:none;
	height:90px;
	position:relative;
	background:#fff;
	margin-left:60px;
}

#menu li {
	float:left;
	padding-left:20px;
	line-height:110px;
}

#menu li a {
	font-size:13px;
	display:block;
	float:left;
	height:90px;
	width:90px;
	color:#5BACE4;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0px;
	cursor:pointer;
	background:url(../img/menu_normal.gif) no-repeat;
}

#menu li a:hover 
{
	height:90px;
	width:90px;
	color:#f90;
	background: url(../img/menu_over.gif) no-repeat;
}
#menu li.current a 
{
	height:90px;
	width:90px;
	text-align:center;
	color: White;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	background: url(../img/menu_selected.gif)  no-repeat top center; 	
}
#menu li.current a:hover 
{
	height:90px;
	width:90px;
	color:#fff; 
	background:url(../img/menu_selected.gif) no-repeat; 
}

#submenu ul {
	margin:0;
	padding:0;
	/*white-space:nowrap;*/
	list-style:none;
	position:relative;
	background:#fff;
	padding-top:15px;
	width:180px;
}
#submenu li {
	padding-left:00px;
	line-height:20px;
}

#submenu li a {
	font-size:12px;
	display:block;
	height:20px;
	color:#5BACE4;
	text-decoration:none;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0px;
	cursor:pointer;
	padding-left:15px;
	font-weight:bold;
}

#submenu li a:hover {
	color:#f90;
	height:20px;
	text-decoration:underline;
}
#submenu li.current a {
	font-size:13px;
	color:#2C83B8;
	height:20px;
	background-image: url(../img/submenu_selected.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	width:200px;
}
#submenu li.current a:hover {
	color:#2C83B8; 
	background:url(../img/submenu_selected.gif) no-repeat; 
	height:20px;
	text-decoration:none;
	font-weight:bold;
}
#submenu {
	width:180px;
}
#divMargin
{
  width:180px;   
 }
