.main-nav { border:none; margin:auto auto; }

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.main-nav ul { display: none; position: absolute; top: 1.0em; margin-top: 28px;  left: -1px; padding: 0px 0 4px 2px; height: 25px; width:400px; /*border: 1px solid red;*/ }

/*
.main-nav ul.list-1 { margin-left: -165px; }
.main-nav ul.list-2 { margin-left: -333px; }
.main-nav ul.list-3 { margin-left: -499px; }
.main-nav ul.list-4 { margin-left: -666px; }
*/

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.main-nav li { float:left;  position: relative; margin-right: -1px;}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.main-nav ul li { float: none; padding-left: 10px; padding-bottom:10px; /*border:solid thin blue;*/   }

.main-nav ul li a { text-decoration: none; display: inline!important;  font-size:16px; font-weight:bold; color: #3c9fd4!important; background: url('/_images/bullet.gif') left no-repeat!important;  margin-bottom:10px; padding: 10px 10px 10px 22px; /*border:thin solid black;*/ }
.main-nav ul li a:hover { text-decoration:underline; }


.main-nav ul>li:last-child { margin-bottom: 1px; /* Mozilla fix */ }

/* Only style submenu indicators within submenus. */
.main-nav a .subind { display: none; }
.main-nav ul a .subind { display: block; float: right; }


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.main-nav a { float: left; }
.main-nav ul a { float: none; }
.main-nav a { float: none; }

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .main-nav ul li { float: left; width: 100%;  }
* html .main-nav ul li { float: left; height: 1%;  }
* html .main-nav ul a { height: 1%;}
/* End Hacks */



