#header 
{
 	/*font: normal .75em/1.5em Helvetica, Arial, Verdana, sans-serif; */	
background: url("http://www.lotusdr.com/LotusDR/LotusDR.nsf/lotusDR-logo-blue-white-2.gif") bottom left no-repeat;	
color: #5b3feb;	
/*height: 4.0em; */	
height: 101px;	
padding: 0;	
text-align:right;	
/*font-size: .9em;*/
}
#header #headerInner 
{		
height: 55px;	
background: transparent url("") bottom right no-repeat;
h2: left
}
#colRight{
	/*float: right;*/
	width: 185px;
	background: #fff;
	padding: 15px 10px 0 0px;
}
td.colRight {width:185px;}
#titleBar{background:#fff  top left repeat-x;height:3em;position: relative;border-bottom:1px solid #e0e0e0;}
.entryBody img {
max-width:750px
} 
/*Link and hover colors*/
a:link, a:visited {
color: #696969;
text-decoration: none;
}
a:hover, a:focus, a:active {
color: #000000;
text-decoration: underline;
}
a:hover, a:focus, a:active {
color: #000000;
text-decoration: underline;
}
.entry h4 a {
text-decoration: none;
vertical-align: middle;
}
.entry h4 a:hover {
text-decoration: underline;
}
.tags a:link, .tags a:visited, a.tag:link, a.tag:visited {
color: #696969;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #696969;
}
.tags a:hover, .tags a:focus, a.person:hover, a.person:focus, a.my:hover, a.my:focus {
color: #000000;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #000000;
}
.tags a:hover, .tags a:focus, a.person:hover, a.person:focus, a.my:hover, a.my:focus {
color: #000000;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #000000;
}
a.action, a.action:visited, .actions a, .actions a:visited {
color: #696969;
text-decoration: underline;
border-bottom-width: 0pt;
border-bottom-style: none;
border-bottom-color: -moz-use-text-color;
}
a.action:hover, a.action:focus, .actions a:hover, .actions a:focus, .tags a.action:hover, .tags a.action:focus {
color: #000000;
text-decoration: underline;
border-bottom-width: 0pt;
border-bottom-style: none;
border-bottom-color: -moz-use-text-color;
}
a.action:hover, a.action:focus, .actions a:hover, .actions a:focus, .tags a.action:hover, .tags a.action:focus {
color: #000000;
text-decoration: underline;
border-bottom-width: 0pt;
border-bottom-style: none;
border-bottom-color: -moz-use-text-color;
}
#titleBar form{position:absolute;top:18px; right:10px;}
/* New Menu option */
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #FFBF00  url(/LotusDR/LotusDR.nsf/gradient.gif) repeat-x 0 -110px;
	line-height: 100%;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000000;
	color: #fff;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #000000 url(/LotusDR/LotusDR.nsf/gradient.gif) repeat-x 0 -40px;
	color: #fff;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: FFDB58 ;
	border: 2e6dbc;
	color: #000000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #FFDB58 url(/LotusDR/LotusDR.nsf/gradient.gif) repeat-x 0 -100px;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #FFD700 url(/LotusDR/LotusDR.nsf/gradient.gif) repeat-x 0 0;
	border: solid 1px #ffffff;
	color: 000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
/* End New Menu Optoin */
