/* CSS Document */

.menu {
	width:933px; 
	height:32px; 
	text-align:center;
	font-family: Georgia;
	font-size: 13px;
	position:relative; 
	z-index:100;
	border-right:1px solid #E4E4E4;
}

#selected{
	color:#FFFFFF;
	font-weight:bold;
	background: #B7B7B7 url(../images_refresh/main/pointer.gif) bottom center no-repeat;
}

/*  */
* html .menu {width:935px; w\idth:933px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:155px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:155px;
	position:relative;
}

.menu li.last {
	float:left;
	width:159px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	text-align:center; 
	color:#000; 
	width:144px; 
	height:30px; 
	border:1px solid #E4E4E4; 
	border-width:1px 0 1px 1px; 
	background:#fff; 
	padding-left:10px; 
	line-height:29px;
}
.menu a.last, .menu a.last:visited {
	width:147px; 
}
/*  */
* html .menu a, * html .menu a:visited {
	width:155px; 	
	w\idth:144px;
}
* html .menu a.last, * html .menu a.last:visited {
	width:155px; 	
	w\idth:147px;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#fff url(../images_refresh/main/nav_blue.gif) center right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#EAEAEA url(../images_refresh/main/nav_blue.gif) center right no-repeat;
}
.menu ul ul :hover > a.drop {
	background:#EAEAEA url(../images_refresh/main/nav_blue.gif) center right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#fff;
	border-bottom: 1px solid #EAEAEA;
	width:170px;
	
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#EAEAEA;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	background:#fff;
	visibility:hidden;
	position:absolute;
	height:0;
	top:32px;
	left:0; 
	width:168px;
}

/* IE sub dropdown box */
* html .menu ul ul {
	border: 1px solid #7A7979;
	padding:12px;
	position:relative;
	background:#fff;
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:168px; 
	top:-1px; 
	width:190px;
}


* html .menu ul ul ul{
	left:179px; 
	top:-2px; 
	width:180px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-155px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}
.menu table.last{
	/*left:-30px;*/
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#fff; 
	color:#000; 
	height:auto; 
	line-height:2em;
	text-align:left; 
	padding:5px 10px; 
	width:148px;
	border:0;
	border-bottom: 1px solid #EAEAEA;
}

/*rightmost*/
.menu ul ul.last {
	width:188px;
	height:204px;
	left:-54px;
}
.menu ul ul.last a, .menu ul ul.last a:visited {
	width:168px;
}
/*  */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:165px;
	w\idth:160px;
}
* html .menu ul ul.last a, * html .menu ul ul.last a:visited {
	width:168px;
	float:right;
}


/* style the top level hover */
.menu table, .menu ul table {visibility:hidden;}
.menu a:hover table {
	cursor:pointer;
	visibility:visible;
}
.menu a#selected:hover{
	font-weight:normal;
	visibility:visible;
}
.menu a:hover{
	color:#fff; 
	text-decoration:none;
	background:#4e4d4d url(../images_refresh/main/pointer.gif) bottom center no-repeat;
}
.menu ul ul a:hover{
	color:#0066CC; 
	background:#EAEAEA;
	text-decoration:none;
}
.menu :hover > a{
	color:#fff;
	text-decoration:none;
	background:#4e4d4d url(../images_refresh/main/pointer.gif) bottom center no-repeat;
}

.menu ul ul :hover > a {
	color:#0066CC;
	background:#EAEAEA;
	text-decoration:none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	border: 1px solid #7A7979;
	padding:12px;
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

#bottom{
	border-bottom: 0;
}
#subSelected, a#subSelected:hover{
	padding-bottom:8px;
	color:#fff;
	background: url("../images_refresh/main/pointer.gif") bottom center no-repeat;
}


