/***** MAIN NAVIGATION ******/
/** menu containers ***/
#navigation {margin-right: 50px; margin-left: 30%; position: absolute;right: 0px;text-align: right;top: 20px;width: auto;height:50px;}
#navigation-intro {position: absolute;right: 0px;text-align:right;top: -100px;width: auto;margin-right: 30px;height:50px;}
#subnavigation { margin-left: auto; position: absolute;right: 0px;text-align:right;top: 47px;width: 525px;margin-right: 125px;height:auto;}


.mainNav {position: relative;height: 29px;width: auto;padding: 0px;margin: 0px 0;overflow: hidden;}
.mainNav li { color: white; letter-spacing: 0.7px; font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; font-size: 14px; float: left;list-style: none;}
.mainNav li.back { border-bottom: 1px solid white; width: 9px;height: 20px;z-index: 8;position: absolute;}
.mainNav li a { font-weight: bold; text-transform: capitalize; font-size: 12.5px;color: #b3b3b3;outline: none;text-align: center;
	top: 0px;z-index: 10;display: block;float: left;height: 14px;position: relative;overflow: hidden;
	margin: auto 10px;}   
.mainNav li a:hover, .mainNav li a:active { color: white; border-left-style: none; border-right-style: none;cursor:pointer;}                     
.mainNav li.back {border-bottom: 1px solid white;width: 3px;height: 20px;z-index: 8;position: absolute;}
.mainNav li.current a{ border-left-style: none; border-right-style: none; border-top-style: none; font-size: 12.5px; font-style: italic; font-weight: bold; text-transform: capitalize; color: white;}

.submenu { text-align: center; position: relative;height: 40px;width: auto;padding: 0px;margin: 0px;overflow: hidden;}
.submenu li {line-height: 15px; letter-spacing: .75px; font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; font-size: 13px; float: left;list-style: none;}
.submenu li.back { border-bottom: 1px solid white; width: 9px;height: 20px;z-index: 8;position: absolute;}
.submenu li a { font-style: italic; font-weight: bold; letter-spacing: 0.25px; font-size: 11px; text-transform: capitalize;color: white;outline: none;text-align: center;top: 5px;z-index: 10;display: block;float: left;height: 12px;position: relative;overflow: hidden;margin: auto 10px;}   
.submenu li a:hover, .submenu li a:active { border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; color: white;cursor:pointer;} 
.submenu li a.current{ border-bottom-color: gray; border-bottom-width: 1px; border-bottom-style: solid; color: white;}

.submenu li.back {border-bottom: 1px solid green;width: 9px;height: 30px;z-index: 8;position: absolute;}
/*.current{ font-size: 12px; color: #fff1d4;text-transform : uppercase;font-weight : bold;}*/