/*___________________________________________
MAIN NAV MENU
_____________________________________________*/


#menu
			{
			position: absolute; top: 300px; left: 10px; z-index: 100;
			}
ul#menu
			{
			width: 220px; list-style-type: none; margin: 0; padding: 5;
			}
ul#menu li, ul#menu a
			{
			font-family: trebuchet, arial, sans-serif; font-size: 13px; text-style: bold; line-height: 18px; color: #97c9ef; text-indent: .5em;
			}
ul#menu li
			{
			border-bottom: solid 1px #00763c; border-left: solid 3px #027F8A; -moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px; -moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px;
			}
ul#menu ol
			{
			display: none; text-align: left; list-style-type: none; margin: 0; padding: 5px;
			}
ul#menu ol li 		
			{
			font-family: trebuchet, arial, sans-serif; font-size: 12px; text-style: italic; color: #d7f9ef;
			}
ul#menu a
			{
			background-image: url("http://cobrawine.com/images/textBG1.png"); text-decoration: none; display: block; outline: none; filter: alpha(opacity= 65); -moz-opacity:0.65; -khtml-opacity: 0.65; opacity: 0.65; border: 0px;
			}
ul#menu a:hover
			{
			color: #dcfcfc; border: 0px; filter: alpha(opacity= 100); -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0; border: 0px;
			}
ul#menu a.active
			{
			color: #dcd0cc;
			}
ul#menu a.visited
			{
			color: #ac8cbc;
			}

/*___________________________________________
PLACEMENT FOR MAIN NAV BUTTONS
_____________________________________________*/

#graphic
			{
			position: absolute; top: 27px; left: 33px ; z-index: 20; height: 25px; width: 96px; 
			}
#home
			{
			position: absolute; top: 27px; left: 133px ; z-index: 20; height: 25px; width: 96px;
			}
#web
			{
			position: absolute; top: 27px; left: 233px ; z-index: 20; height: 25px; width: 96px;
			}
#contact
			{
			position: absolute; top: 27px; left: 333px ; z-index: 20; height: 25px; width: 96px;
			}
#about		
			{
			position: absolute; top: 27px; left: 433px ; z-index: 20; height: 25px; width: 96px;
			}


/*___________________________________________
SECONDARY NAV FOR ABOUT AND SERVICES PAGES (removed 03.11)
_____________________________________________*/

#nav a
			{
			filter: alpha(opacity= 55); -moz-opacity: 0.55; -khtml-opacity: 0.55; opacity: 0.55; border: 0px;
			}
#nav a:hover
			{
			filter: alpha(opacity= 100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; border: 0px;
			}

#aboutTitle
			{
			position: absolute; left: 380px; top: 40px; z-index: 50; outline: none; line-height: 15px;
			}
#aboutTitle li
			{
			border-bottom: solid 1px #00763c; border-left: solid 3px #027F8A; -moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px; -moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px;
			}
#aboutTitle a
			{
			font-family: trebuchet, arial, sans-serif; font-size: 13px; text-style: bold; line-height: 18px; color: #97c9ef; text-indent: .5em; text-decoration: none; display: block; outline: none; background-image: url("http://cobrawine.com/images/textLine.png"); filter:alpha(opacity= 65); -moz-opacity:0.65; -khtml-opacity: 0.65; opacity: 0.65; border: 0px;
			}
#aboutTitle a:hover
			{
			color: #dcfcfc; border: 0px; filter: alpha(opacity= 100); -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0;
			}

#serviceTitle
			{
			position: absolute; left: 280px; top: 40px; z-index: 50; outline: none; line-height: 15px;
			}
#serviceTitle li
			{
			border-bottom: solid 1px #00763c; border-left: solid 3px #027F8A; -moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px; -moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px;
			}
#serviceTitle a
			{
			font-family: trebuchet, arial, sans-serif; font-size: 13px; text-style: bold; line-height: 18px; color: #97c9ef; text-indent: .5em; text-decoration: none; display: block; outline: none; background-image: url("http://cobrawine.com/images/textLine.png"); filter:alpha(opacity= 65); -moz-opacity:0.65; -khtml-opacity: 0.65; opacity: 0.65; border: 0px;
			}
#serviceTitle a:hover
			{
			color: #dcfcfc; border: 0px; filter: alpha(opacity= 100); -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0;
			}
			

			
