
#Menu {
/* affect the entire menu box */
	display: block;
	padding: 0 0px 10px 130px;
	margin: 0px 0px 0px 0px;
	height: 30px ! important;
	#height: 30px;
	width: 100%;
}

#Menu ul{

	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

/* affect the entire menu box */
	
}

#Menu ul li {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float:left;
	display: inline;
	font: 10pt arial, Arial, Helvetica, sans-serif;
	color: #666;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	
}

#Menu ul li.end {
	background-image: none;
	padding-right: 0px;
}

#Menu ul li div{
	/* this width can vary from the UL.Menu but should be smaller */
   padding: 6px 0px 6px 0px;
}


#Menu ul li div.end{
	border: 0px;
	background-image: none;
}

#Menu ul li div.endselected{

	border: 0px;
}


#Menu ul li a {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding:5px 0px 5px 0px;

}

#Menu ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
}


#Menu ul LI a:hover {
	/*set the height/width on this if you have specified a background*/
	color:#e08826;
}


#Menu ul LI a.MenuSelected {
	/*this appears when the link is selected, set the width/height if you set a background*/
	color:#e08826;

}


#MenuSub {
/* affect the entire menu box.
How do I text-align right?
How do I condense line-height?
How do I ensure single lines?
*/
	padding:0;
	width: 165px;
	height: 0;
	position: relative;
	margin: 0 0 0 700px;

}

#MenuPortfolio ul{

	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;

/* affect the entire menu box */
	
}

#MenuPortfolio ul li {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float:left;
	display: inline;
	font: normal .7em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-image: url("build/images/dotDark.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	
}

#MenuPortfolio ul li.end {
	background-image: none;
	padding-right: 0px;
}

#MenuPortfolio ul li div{
	/* this width can vary from the UL.Menu but should be smaller */
   padding: 6px 0px 6px 0px;
}


#MenuPortfolio ul li div.end{
	border: 0px;
	background-image: none;
}

#MenuPortfolio ul li div.endselected{

	border: 0px;
}


#MenuPortfolio ul li a {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding:5px 10px 5px 15px;

}

#MenuPortfolio ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
}


#MenuPortfolio ul LI a:hover {
	/*set the height/width on this if you have specified a background*/
	background-color: #c1b771;
}


#MenuPortfolio ul LI a.MenuPortfolioSelected {
	/*this appears when the link is selected, set the width/height if you set a background*/
	background-color: #c1b771;

}

#footerMenu {
/* affects the entire menu box
	height: 250px;	 */
	clear: left;
	width: 900px;
	display:block;
	border-top: dashed 1px white;
	padding: 5px 5px 15px 5px;

}

#footerMenu ul{
	padding:0px;
	margin: 0px;
/* affects the entire menu box
	height: 250px;
	width: 200px;
	 */

}

#footerMenu ul LI {
	padding:0px;
	margin: 0px;

	/* affect the individual Menu Items*/
	/* width needs to be the same as ul.subMenu if vertical listing */
	/*width: 200px;

	this is where your lister icon, ex. arrow.gif 
	list-style-image: url(images/arrow.gif);
	*/

	/* required for horizontal menus, DO NOT ADD spacing here  */
	display: inline;
	list-style: none;
	font: normal 8pt "Verdana";
	color: white;
	text-transform: uppercase;

}


#footerMenu ul LI DIV{

	/* required for horizontal menus */
	display: inline;

	/* spacing for horizontal menu MUST go here, do not specify a width, do that above. */
	padding: 0px 4px 0px 4px;
	border-right: solid 1px white;
}

#footerMenu ul LI DIV.end{
	border: 0px;
}
#footerMenu ul LI DIV.endselected{
	border: 0px;
}

#footerMenu ul LI a {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: white;
}


#footerMenu ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: white;
}

#footerMenu ul LI a:hover {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #cccccc;
}

#footerMenu ul LI a.footerMenuSelected {

	/*this appears when the link is selected, set the width/height if you set a background*/
	font-weight: bold;

}

#blank {
	color: #cc9966;
}
