
/*<style>
.dummy{}
*/

/************* Top Navigation Dropdown Menus ***************/
#topNav {
	display:block;
	position:relative;
	margin:20px 71px 0 0;
	padding:0;
	text-align:right;
	padding:8px 0;
	color:#d6d6d6;
	float:right;
	z-index:8000;
}
#topNav a, #topNav b {
	cursor:pointer;
}
/************* Level 1 ***************/
#topNav ul {
	display:block;
	font-family:"28DaysLaterRegular", Arial, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
}
#topNav ul li {
	margin:0 0 0 10px;
	padding:0 0 13px 0;
	display:block;
	width:260px;
	position:relative;
}
#topNav li.homepage {
}
#topNav li.firstone {
}
#topNav li.lastone {
}
#topNav ul li a {
	margin:0;
	padding:0 0 0 20px;
	width:auto;
	text-align:left;
	text-decoration:none !important;
	text-transform:none;
	color:#FFF;
	font-size:24px;
	font-weight:normal;
	/*background:#fcfcfc url(../images/sse-topnav-button-l.gif) left top no-repeat;*/
}
#topNav li.homepage a {
}
#topNav li.firstone a {
}
#topNav li.lastone a {
}
#topNav ul li a b {
	margin:0;
	padding:0 23px 0 0;
	font-weight:normal;
	min-width:122px;
	height:19px;
	text-align:left;
	/*background:transparent url(../images/sse-topnav-button-r.gif) right top no-repeat;*/
	white-space:nowrap;
}
#topNav ul li a.thispage {
	background-image:url(../images/navigation-flame.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	color:#a276cb;
}
#topNav ul li a.thispage b {
	/*background:transparent url(../images/sse-topnav-button-r-over.gif) right top no-repeat;*/
}
#topNav ul li:hover a, #topNav ul li:active a {
	/*background:#fcfcfc url(../images/sse-topnav-button-l-over.gif) left top no-repeat;*/
	color:#a276cb;
}
#topNav ul li:hover a.thispage, #topNav ul li:active a.thispage {
	/*background:#fcfcfc url(../images/sse-topnav-button-l-over.gif) left top no-repeat;*/
	color:#a276cb;
}
#topNav ul li:hover a.thispage b, #topNav ul li:active a.thispage b,
#topNav ul li:hover a b, #topNav ul li:active a b {
	/*background:transparent url(../images/sse-topnav-button-r-over.gif) right top no-repeat;*/
}

/************* Level 2 ***************/
#topNav ul li ul {
	display:none;
	position:relative;
	z-index:100;
	list-style:none;
	margin:-1px -20px 0 0;
	padding:0;
	height:auto;
}
#topNav li.homepage ul {
}
#topNav li.firstone ul {
}
#topNav li.lastone ul {

}
#topNav ul li ul li {
	margin:0;
	padding:0;
	width:193px;
	overflow:hidden;
}
#topNav ul li ul li a {
	display:block;
	width:193px;
	height: 16px;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:3px 8px;
	text-align:left;
	text-decoration:none !important;
	text-transform:none;
	background-color:#7440a0;
	background-image:url(../images/layout/topnav-level2.gif);
	border-bottom: 1px solid #400b52;
}

#topNav ul li ul li a:link,
#topNav ul li ul li a:visited {
	color:#FFF;

}
#topNav ul li ul li a:hover,
#topNav ul li ul li a:active {
	color:#000;
}

/************* Dropdown Menu Animation ***************/
#topNav ul li:hover ul, #topNav ul li:active ul {
	display:block !important;
}

/************* RTL NAVIGATION ***********************/	

div#topNav ul {
 position: relative;
 z-index: 597;
 float: left;
}

div#topNav ul li {
 float: left;
 vertical-align: middle;
 zoom: 1;
}

div#topNav ul li.hover,
div#topNav ul li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

div#topNav ul ul {
 visibility: hidden;
 position: absolute;
 z-index: 598;
}

div#topNav ul ul li {
 float: none;
}

div#topNav ul ul ul {
 top: 1px;
 left: 99%;
}

div#topNav ul li:hover > ul {
 visibility: visible;
}

div#topNav ul  {
 width: 200px;
}

div#topNav ul  ul {
 top: 1px;
 left: 99%;
}

div#topNav ul  li {
 float: none;
}

div#topNav ul  {
 float: right;
}

div#topNav ul  ul {
 left: auto !important;
 right: 99%;
}

div#topNav ul  li {
 text-align: left;
}
