﻿
div.examples_body_wrap { 
    width: 36px;
	
	clear: both;
}

ul.topnav { margin-right:50px;
	width: 36px;
	
	float: right;
	
}
ul.topnav li {
	float: left;
	margin: 0;
	
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	display: inline;
}
ul.topnav li a { 
	padding: 10px 5px;
	
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover {
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 36px;
	height: 26px;
	float: left;
	background: url(../images/icon1.jpg) no-repeat;
}
ul.topnav li span.subhover { /*--Hover effect for trigger--*/
    background-position: center bottom; cursor: pointer;
}   
ul.topnav li ul { }
ul.topnav li ul.subnav { background:#fff url(../images/rightbg.jpg) repeat-x 0 30px;
	width: 132px; min-height:229px;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -35px;; top: 26px; 
	
	margin: 0; padding:10px 0 0 ;
	display: none;
	float: left;
	z-index: 9999;
	
}
ul.topnav li ul.subnav li:nth-child(1){margin-top:30px;}
ul.topnav li ul.subnav li{ height:25px; line-height:25px;
	width: 102px; padding-left:30px;
	margin: 0; 
	
	clear: both;
}
html ul.topnav li ul.subnav li a { 
	width: 102px;
	float: left;
	
	
	font-size: 15px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	
}