﻿ul.topnav
{
	list-style: none;
	padding: 0px;
	margin: 0;
	height: 28px;
	font-size: 1.2em;
}
ul.topnav li
{
	float: left;
	margin: 0;
	padding: 0px;
	position: relative; /*--Declare X and Y axis base--*/
	height: 32px;
}
ul.topnav li a
{
	font-size: 12px;
	padding: 10px 8px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover
{
	background:transparent url(../../Images/menuBgHover.gif) repeat-x scroll center top;
}
ul.topnav li span
{
	/*--Drop down trigger styles--*/
	width: 2px;
	height: 31px;
	float: left;
	background: url(../../Images/spliter.gif) no-repeat center top;
}
ul.topnav li span.subhover
{
	background-position: center bottom;
	cursor: pointer;
}
/*--Hover effect for trigger--*/
ul.topnav li ul.subnav
{
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	top: 31px;
	background: #b061b4;
	margin: 0;
	padding: 0;
	display: none;
	float: right;
	width: 210px;
	border: 1px solid #111;
	border-bottom:none;
	border-top:none;
	text-align: right;
}
ul.topnav li ul.subnav li
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #e372c1;
	clear: both;
	width: 190px;
	background: url(../../Images/Arrow1.gif) no-repeat right center;
	padding-right: 20px;
	height:25px;
}

ul.topnav li ul.subnav li:hover
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #e372c1; /*--Create bevel effect--*/
	clear: both;
	width: 190px;
	background: url(../../Images/Arrow2.gif) no-repeat right center;
	padding-right: 20px;
}

html ul.topnav li ul.subnav li a
{
	float: left;
	width: 180px;
	font-size: 12px;
	padding: 5px 0px 6px 0px;
}
html ul.topnav li ul.subnav li a:hover
{
	/*--Hover effect for subnav links--*/
	background: url(../../Images/bg1.gif) no-repeat left top;
}
html ul.topnav li ul.subnav li:hover a
{
	/*--Hover effect for subnav links--*/
}


