/* CSS Document */

/* MAIN -> RIGHT -> MENU */
#right ul {
	list-style: none;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	font-size: 0.7em;
}

#right ul li {
	width: 177px;
	margin-bottom: 0px;
	float: right;
	margin-right: 0px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

#right ul li a {
	width: 149px;
	height: 19px;
	float: left;
	text-decoration: none;
	background-image: url(assets/menu-bits/ul-bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 28px;
	padding-top: 6px;
}

#right ul li a span {
	width: 150px;
	height: 25px;
	padding-left: 35px;
	float: left;
	background: url(/share/images/site/menu-arrow.gif) 10px 5px no-repeat;
	color: #fff;
	font-family: Georgia, Arial, Verdana, sans-serif;
	line-height: 25px;
	cursor: pointer;
}

#right ul li a:hover {
	background-image: url(assets/menu-bits/ul-bg-roll.jpg);
	background-repeat: repeat-x;
}

#right ul li a:hover span {
	background: url(/share/images/site/menu-arrow-hover.gif) 10px 5px no-repeat;
}

#right ul li a.current {
	background: url(/share/images/site/menu-background-hover.gif) repeat-x;
}

#right ul li a.current span {
	background: url(/share/images/site/menu-arrow-hover.gif) 10px 5px no-repeat;
}

#right ul li ul {
	width: 175px;
	padding-top: 0px;
	float: left;
	margin-top: 0px;
	font-size: .9em;
	margin-bottom: 0px;
}

#right ul li ul li {
	width: 175px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#right ul li ul li a {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(assets/menu-bits/sub-ul-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 6px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1F589F;
}

#right ul li ul li a span {
	width: 142px;
	height: 23px;
	padding-left: 40px;
	float: left;
	background: url(/share/images/site/submenu-arrow.gif) 15px 5px no-repeat;
	color: #fff;
	line-height: 23px;	
}

#right ul li ul li a span span {
	width: 142px;
	height: 23px;
	padding: 0;
	float: left;
	background: url(/share/images/site/advice-menu-tv.gif) 120px 5px no-repeat;
	color: #fff;
	line-height: 23px;	
}

#right ul li ul li a:hover {
	background-image: url(assets/menu-bits/sub-ul-bg-roll.jpg);
	background-repeat: repeat-x;
	color: #003466;
}
