/* minimum menu requirements for functionality */
ul			{ margin:0px; padding:0px; }
.topmenuul		{ list-style-type:none; margin:0px; padding:0px; }
.topmenuli		{ list-style-type:none; float:right; margin-left: 0px; margin-top: 0px;}

.topmenutitle		{ display:block; width:125px; color: #FFF; }
.submenuul		{ list-style-type:none; position:absolute; margin: 0px; padding:0px; display:none; } 

.submenuli a		{ display:block; width:123px; }
li:hover ul , li.over ul { display: block;}
#topMenu li>ul		{ top: auto; left: auto; }
#topMenu		{ color: #000; }

.topmenuli a, .topmenuli a:visited, .topmenuli a:hover	{ color: #000; }

.topmenutitle		{ text-indent:3px; text-decoration: none; border-left:1px solid #000; color: #666; background-color:#FFF; padding:2px; line-height:14px; }
.submenuul		{ text-indent:3px; border :1px solid #000; border-bottom: 0px; background:#FFF;}
.submenuli a		{ padding:3px; text-decoration: none;  color: #000; border-bottom :1px solid #000; }
.submenuli a:hover	{ text-decoration: none; background:#036; color: #FFF; border-bottom :1px solid #000; }
.topmenuli a:hover	{ text-decoration: none; background:#036; color: #FFF; }
