/*---------------------------------------------------------------------------------------------------------
//	Menus
//-------------------------------------------------------------------------------------------------------*/
ul.m1,
ul.m1 ul
{
    /*
	position:				absolute;
	left:					180px;
	top:					0px;
    */

	display:				none;
	list-style:				none;
    overflow:               hidden;
}

ul.m1 li
{
	position:				relative;
	float:					left;
	display:				inline;
}


ul.m1 li a
{
	text-decoration:		none;

    font-size:              12px;
    color:                  #808285;

    height:                 14px;
    line-height:            14px;

	white-space:			nowrap;
    text-transform:         uppercase;

    padding:                0 16px;
    background-image:       url("/images/submenu_divider.png");
    background-position:    right top;
    background-repeat:      no-repeat; 
}

ul.m1 a:hover,
ul.m1 a.active
{
    font-weight:            bold;
    color:                  black;
}


/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
}

ul#submenu-portfolio
{
    padding-right:          70px;
}






