/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want!
All you have to do is ensure the script has the correct CSS property name
(like 'visibility' or 'display') that changes to show/hide menus.

If you want to extend this layout, one good resource for UL/LI formatting is:
    http://www.alistapart.com/articles/taminglists/
Alternatively, you can use any other CSS dropdown layout instead. More here:
    http://www.alvit.de/css-showcase/
Consult your favourite CSS reference for customising fonts/borders/etc.

Otherwise, you can just change the #RGB border/background colours where
suitable to customise for your site -- easy :).

*/

@media screen and (min-width:960px) and (max-width:20000px) {
	.menulist, .menulist ul {
		padding:0px;
		margin: 0px;
		list-style: none;
	}
	
	/*
	 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
	 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
	 mode requires menus to touch/overlap (when JS is disabled in the browser).
	*/
	.menulist ul {
		display: none;
		position: absolute;
		top: 54px;
		background:rgba(175,58,1,0.9);
		width:260px;
		padding:0px;
		border-radius:0px 0px 5px 5px;
	}
	.menulist ul ul{
		float:left;
		left:260px;
		top:0px;
		margin:0px;
		padding:0px;
		border-radius:0px 5px 5px 5px;
	}
	.menulist ul li{
		width:260px;
		padding:0px;
		margin:0px;
	}
	.sep{
		display:none
	}
	/*
	 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
	 They have borders that are slightly overlaid on one another to avoid doubling up.
	*/
	.menulist li {
		position: relative;
		padding:0px;
		float:left;
		margin:0px;
	}
	.menulist ul>li:last-child{
		margin-bottom: 0px; /* Mozilla fix */
		border-bottom:0px;
		border-radius:0px 0px 5px 5px
	}
	
	/*.menulist a{
		font-weight:normal;
		display:block;
		padding:0px;
		margin:0px;
	}*/
	/* Links inside the menu */
	.menulist a{
		font-weight:normal;
	}
	.menulist li.toplevel a:link, .menulist li.toplevel a:active, .menulist li.toplevel a:visited{
		font-family: 'OpenSansBold';
		font-size:14px;
		color:#FFFFFF;
		text-decoration:none;
		text-transform:uppercase;
		padding:17px 15px 18px 15px;
		display:inline-block;
	}
	/*
	 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
	*/ 
	.menulist .toplevel a:hover, .menulist .toplevel a.highlighted:hover, .menulist .toplevel a:focus {
		color: #FFF;
		background:rgba(175,58,1,0.9);
		text-shadow:1px 1px 1px #666666;
	}
	.menulist .toplevel a.highlighted {
		color: #FFF;
		background:rgba(175,58,1,0.9);
		text-shadow:1px 1px 1px #666666;
		
	}
	.menulist .toplevel ul{
		padding:0px 15px 0px 15px;
		margin:0px;
		width:243px;
	}
	.menulist .toplevel ul li{
		margin:0px;
		width:243px;
		padding:0px;
		border-bottom:1px solid #d56128
	}
	.menulist .toplevel ul li a:link, .menulist .toplevel ul li a:active, .menulist .toplevel ul li a:visited{
		padding:8px 0px 8px 0px;
		margin:0px;
		display:inline-block;
		width:100%;	
	}
	.menulist .toplevel ul li a:hover, .menulist .toplevel ul li a.highlighted:hover, .menulist .toplevel ul li a:focus {
		color: #431600;
		display:inline-block;
		background:none;
		width:243px;
		padding:8px 0px 8px 0px;
		margin:0px;
		text-shadow:none;
	}
	.menulist .toplevel ul li a.highlighted {
		color: #431600; 
		width:243px;
		background:none;
		padding:8px 0px 8px 0px;
		margin:0px;
		text-shadow:none
	}
	.menulist .toplevel ul>li:last-child{
		border-bottom:none
	}
	/*
	 If you want per-item background images in your menu items, here's how to do it.
	 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
	 2) Copy and paste these next lines for each link you want to have an image:
		.menulist a#xyz {
		  background-image: url(out.gif);
		}
		.menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
		 background-image: url(over.gif);
		}
	*/
	
	
	/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
	.menulist a .subind {
	 float: right;
	 display: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 .menulist li {
	 float: left;
	 width: 100%;
	}
	
	* html .menulist li {
	 float: left;
	 height: 1%;
	}
	* html .menulist a {
	 height: 1%;
	}
	/* End Hacks */

}

@media screen and (min-width:750px) and (max-width:959px) {

}

@media screen and (min-width:480px) and (max-width:749px) {

}

@media screen and (max-width:479px){

}



/* VERTICAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */



@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}